Package com.cisco.pt.ipc.sim
Interface UsbPort
- All Known Implementing Classes:
UsbPortImpl
Information provided by the PKI file:
\class UsbPort
\brief UsbPort handles and manipulates USB ports.
\example network().getDevice("PC0").getUsbPortAt(0)
- Author:
- Auto-generated
-
Method Summary
Modifier and TypeMethodDescriptionInformation provided by the PKI file:booleanInformation provided by the PKI file:Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSessionMethods inherited from interface com.cisco.pt.ipc.sim.Port
deleteLink, getBandwidth, getBia, getChannel, getClockRate, getDescription, getEncapProcess, getHardwareQueue, getHigherProcessCount, getKeepAliveProcess, getLightStatus, getLink, getMacAddress, getName, getPortNameNumber, getPower, getQosQueue, getTerminalTypeShortString, getType, isAutoCross, isBandwidthAutoNegotiate, isDuplexAutoNegotiate, isEthernetPort, isFullDuplex, isPortUp, isPowerOn, isProtocolUp, isStraightPins, isWirelessPort, setBandwidth, setBandwidthAutoNegotiate, setChannel, setClockRate, setDescription, setDuplexAutoNegotiate, setFullDuplex, setMacAddress, setPowerMethods inherited from interface com.cisco.pt.ipc.sim.Process
getOwnerDevice
-
Method Details
-
isUsbHost
boolean isUsbHost()Information provided by the PKI file:
\brief Returns weather the usb port is usb host or not \return bool, true if it's a usb host and false if not- Returns:
- boolean Returns a boolean
-
getController
UsbController getController()Information provided by the PKI file:
\brief Returns the usb controller \return UsbController, CUsbController object- Returns:
- UsbController Returns a UsbController
-